(Default = varies-see below)
TCPIP-WRITE-BYTES-SEC <value64>
Specifies the maximum number of TCP/IP bytes per second (Bps) that may be sent from the MOMI server to all PC Clients. When data traffic exceeds the specified limit, I/Os are limited (i.e. throttled) to honor the limit.
The default value is determined based on the processor type which $MOMI is running and may vary in releases.
This parameter has the indirect effect of limiting the amount of CPU usage consumed by $MOMI in handling TCP/IP traffic to and from the MOMI PC Clients.
A value of zero disables limitation.
The following table lists the default value:
| Processor | Default Bps |
|---|---|
| NS5000T | 800,000 |
| NS1000, NS1200, NS3000AC | 900,000 |
| NS2300 | 1,000,000 |
| NS2400 | 1,500,000 |
| NS14000, NS14200 | 2,000,000 |
| NS16000, NS16200 | 3,000,000 |
| NB50000C, NB54000C | 4,000,000 |
| NB56000C | 4,500,000 |
| Later NS-Series processors | 2,000,000 |
| TNS/X processors | 5,000,000 |
| Unknown processors |
6,000,000 |
Examples:
TCPIP-WRITE-BYTES-SEC 0 == remove limitation
== limit to 350,000
== bytes/sec
TCPIP-WRITE-BYTES-SEC 350000